All Questions
Tagged with hexagonal-architectureclean-code
3 questions
7votes
2answers
8kviews
Key difference between Hexagonal Architecture vs Clean Architecture?
I am trying to improve the architecture for my React app project that has grown in size lately. I'm looking at Hexagonal architecture and Clean architecture, and I couldn't really see the difference ...
1vote
1answer
115views
Change request of a behaviour implemented deep in the call stack but is configured in the first calls
Problem: I have a complex system with many layers of abstractions. I need a different behaviour low in the abstractions, but to be configured high in the abstraction. Solution 1: Having a parameter ...
5votes
2answers
1kviews
Dependencies within the inner hexagon of Ports and Adapters
In this article Mark Seemann explains how Onion/Hexagonal Architecture (or Ports and Adapters) are somewhat similar to a layered architecture when the Dependency Inversion Principle (DIP) is applied. ...